lua: CMakeLists: drop redundant cmake_minimum_required
authorDavid Härdeman <[email protected]>
Sun, 5 Oct 2025 15:41:31 +0000 (17:41 +0200)
committerChristian Marangi <[email protected]>
Tue, 7 Oct 2025 12:19:11 +0000 (14:19 +0200)
commitb462895d3157c0f2a87fb4a0341eead4202ce272
treed2e081512834f6385b48d2ad912dc9a548fa1b5d
parentad2768bbc166b4dcb32665d7b3434d54150b2abc
lua: CMakeLists: drop redundant cmake_minimum_required

The Lua module depends on the parent ubus project and can't be built
independently.

Drop redundant cmake_minimum_required from lua/CMakeLists.txt and
inherit the version from the parent CMake project to keep version
consistency.

Signed-off-by: David Härdeman <[email protected]>
Link: https://github.com/openwrt/ubus/pull/7
Signed-off-by: Christian Marangi <[email protected]>
lua/CMakeLists.txt